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