shithub: mc

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