shithub: mc

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