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