ref: a33e94a67326d7774e7373b83597d84ee1eb347b 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 }