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