ref: 6950e5fccf4ebe1da730493bca2284e092b43e90 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 }