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