ref: 348a8d66a5282e2738bdc44f7c12ac8900d8e31e 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 }