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