shithub: mc

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

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