ref: 8c9f5f83949e388b615c71f619d966613e4b08de 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 }