ref: 9430b39f7841e539a6ed8261a4eddb6eeb082e06 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 }