ref: 8cc25499958961ae0a2afbe142b929f01cf34cbe 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 }