shithub: mc

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