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