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