shithub: mc

ref: 96da004ab004c908e6e137e3e5407a328b0b42b8
dir: /test/mod.myr/

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