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