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