shithub: mc

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