shithub: mc

ref: 8071536258299b89fc70647b895c039b071aad44
dir: /test/genericcall.myr/

View raw version
const f = {
	-> 42
}

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

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