ref: 61fc99f4d1bb75a6ac88cf5395f37f735589b4ce 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 }