ref: 5f5b3c226cdea602baa23cf346ec2f3f367d81ee 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 }