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