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