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