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