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