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