shithub: mc

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