ref: 580c8e89e13fedf29bb809d749ba47a69e5fe68c 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 }