shithub: mc

ref: 08ce974ecaf47306a203be10b2247fc2e0b22113
dir: /test/generic.myr/

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

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