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