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