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