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