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