shithub: mc

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