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