ref: b3124cebe026211ed88adc1dc1d7f09f74f45d35 dir: /test/mod.myr/
use std /* should exit with status 6 */ const main = { var a = 42 var b = 9 std.exit(a % b) }