ref: 4fac3196061c75f159d37bd8e7e51dc64f0dd5df 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 }