ref: e81028b7c32dd07c6b3b9d54e6dfbf9f92525279 dir: /test/genericcall.myr/
const f = { -> 42 } generic id = {a:@a -> f() } const main = { id("adsf") -> id(42) }