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