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