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