shithub: mc

ref: 053f240f3955c801accece839039813f0fea64c0
dir: /test/mod.myr/

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