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