shithub: mc

ref: 5341650a679df5560143a08abecb546b07448c4e
dir: /test/mod.myr/

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