shithub: mc

ref: 94932c665b01982ed386de8fe958168001a95dec
dir: /test/generic.myr/

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

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