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