shithub: mc

ref: 4ea133ddac02791432ad26864fbdad4f1d49120f
dir: /test/mod.myr/

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