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