shithub: mc

ref: f7074d00acc613446d00e89743bd1e62fa85598f
dir: /test/generic.myr/

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

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