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