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