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