ref: 8672ce0c95bf5d6e6b721694bd0e5944d4af556b 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 }