ref: 864bb51df3c903276457c91a292c70f73e621daf 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 }