ref: 022ea933cb1ece0d00eeac4f01c8738fdd37ac91 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 }