shithub: mc

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

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