ref: 543b764108c7bb18759d7db4058636f98972cbfb 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 }