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