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