shithub: mc

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