shithub: mc

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