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