shithub: mc

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