shithub: mc

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

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