ref: bfb7664b7f66e0d9e406672fa92bdee35bced70b 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 }