ref: 0c67d98527f61a1ccef4b082d484c82b58876b80 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 }