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