ref: 0deadc64c88ae25fbe1b28d603ec8416e45779eb dir: /test/generic.myr/
/* checks that simple generics are specialized correctly. exits with 42. */ generic id = {a:@a -> a } const main = { id("adsf") -> id(42) }