ref: 71825983b463d8b86c904bb76db0218b1a621bf4 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 }