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