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