shithub: mc

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