ref: 837b2cb7b258a5a81325e521b1555b18f88eab74 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 }