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