shithub: mc

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