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