shithub: mc

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