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