ref: 732ad41dc312266d89f33ce472b5fe23d099df19 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 }