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