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