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