ref: e02fa54dc9605611a5a5699c4af83a347a411848 dir: /test/generic-in-const.myr/
use std /* should fail to compile because generic types are only allowed in generic declarations. */ const foo = {v : @a -> v }