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