ref: 7637d28123d59a0508ed68b24e2f83ef678482e5 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 }