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