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