shithub: mc

ref: dca5e6339087339e0cd9890b5f91c2b3c9e875aa
dir: /test/genericcall.myr/

View raw version
const f = {
	-> 42
}

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

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