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