ref: 2c27e157e7fcdc82a6f010dd63d1ee433b86fe1d 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 }