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