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