ref: 622d529211cbe9223fcbae00db289c0c2e92ab40 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 }