ref: 0aabb05706b4141e3704b0ff77ac963ad9e59bdc 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 }