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