shithub: mc

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

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