ref: 5cf8a9d385a8a91169b24fa30605e129f63b043f 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 }