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