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