shithub: mc

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