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