shithub: mc

ref: 49d3b0cf04719267479faebe9e2ffe0089a2f9ac
dir: /test/genericcall.myr/

View raw version
const f = {
	-> 42
}

generic id = {a:@a
	-> f()
}

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