shithub: mc

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