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