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