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