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