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