ref: 32d45b637cc4faa4d3510c9f53c20c377c660723 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 }