shithub: mc

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