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