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