shithub: mc

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