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