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