shithub: mc

ref: 27d6ae05d6408b4b2c9fb6b58799f503ddb1b6d6
dir: /test/mod.myr/

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