ref: 238bffb3afa386dea2980944271d28ec6d4d866c 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 }