shithub: mc

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

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