shithub: mc

ref: 1c351dde4625065e651108781c1de2683914fd0f
dir: /test/generic.myr/

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

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