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