shithub: mc

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