ref: 9930411eb53445ca7d1f1d98d85d79c646890cc2 dir: /test/bsr.myr/
use std /* should exit with status 5 */ const main = { var a = 42 std.exit(a >> 3) }