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