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