shithub: mc

ref: 9ce53dbcee324f705af4011390b771c318f12b6b
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)
}