shithub: mc

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