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