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