ref: 5a1d952aa7f08885c8de6afbbfa948c675f79f89 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 }