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