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