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