ref: 5cacde485bf6338bbf216b7a5249bb51c84e15fc 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) }