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