ref: 01cf9608db97e2b4fe6bec921ab1c28201605f82 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 }