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