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