ref: 382c5d3af7b86565637b73333038f8dde981bb94 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 }