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