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