shithub: mc

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

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

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