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