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