shithub: mc

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