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