ref: bfeab45bbb861b1d2f054452678b3c1782a3566f 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 }