shithub: mc

ref: a1dd897c58ff6cccef581446d3808eda347285f2
dir: /test/mod.myr/

View raw version
use std
/* should exit with status 6 */
const main = {
	var a = 42
	var b = 9
	-> a % b
}