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