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