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