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