shithub: mc

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