shithub: mc

ref: 4ac578a191635f9728dc66dd99b22cc54692b4ef
dir: /test/mod.myr/

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