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