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