ref: 6667651f72614dc2488e352d21403697b33504aa 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 }