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