shithub: mc

ref: 55689b41f0e746d20e0af174c8075ca29669a6f7
dir: /test/generic.myr/

View raw version
generic id = {a:@a
	-> a
}

const main = {
	id("adsf")
	-> id(42)
}