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