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