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