shithub: mc

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