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