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