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