shithub: mc

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

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