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