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