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