ref: 9bcde4d6e90488b0808f599d80715cfebc70fb9a 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 }