ref: 5cd0a14dc99289449cd8a3a5bd39fb1bdad21662 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 }