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