ref: 58f59a52b75a9bd3d1be9ae6f4532f5949e45896 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 }