ref: 6ea8a68ea95f580877d171bdd4c4ab581a5f0d76 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 }