shithub: mc

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