shithub: mc

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