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