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