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