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