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