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