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