shithub: mc

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