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