ref: 490e90d2122d80bce4e5f710e046b90fc9cc31ca 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 }