shithub: mc

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