ref: 488d30c090a2316c851e6d6d25c0c7c7540cb3a4 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 }