shithub: mc

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