shithub: mc

ref: 7ff626d1c51afb52e48183e39d6086103ea1ea2f
dir: /test/mod.myr/

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