shithub: mc

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