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