ref: 5cacde485bf6338bbf216b7a5249bb51c84e15fc dir: /test/mod.myr/
/* should exit with status 6 */ const main = { var a = 42 var b = 9 -> a % b }