shithub: mc

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