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