shithub: mc

ref: 2a3b64a5642729ab3bf83a21ea6bf59fc2a88f2c
dir: /test/mod.myr/

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