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