ref: 49ea47caf3cb37e0fe667d3ed833d12d670bae68 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 }