ref: 86b48fa07ba5311541562dadb5e132b986de5e40 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 }