shithub: mc

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