ref: 993d1af900057e362e08ea738e1f6f6b409c749e 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 }