shithub: mc

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