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