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