ref: fde9deac883c3f2ae6ffb7d05b4f5e404f5c2249 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") std.exit(id(42)) }