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