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