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