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