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