ref: 52a4d88af911ccd62125f55e72155b3d76878a66 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 }