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