shithub: mc

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