shithub: mc

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