ref: 87d75da15310e2c3aa65375a7b3c67f7fe238ec7 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) }