ref: 795734f6798e1690964289f58b56d9d92a30c8fb 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 }