ref: 3cacd3499c4b91c972d1e2daede8a9c8e3efe247 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 }