ref: 49e3f29e0cea0d9a58effe3d2aee0679eca68fdc 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 }