ref: 241b498591ec1c86165c4e749f5e74ce7a03dd2a 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 }