ref: 6fb3068098ac00cf2ebe8c5ec6b463a145662f92 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 }