shithub: mc

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