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