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