ref: 9168c60d542e2ee877a7d9ccfaf88593b936bd3f 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 }