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