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