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