ref: 8fda8a0adbb44f4e63bb86256d9f56700d79f301 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 }