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