shithub: mc

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