ref: 22824dad97a68c10ce71cf7e623a12e51be80c43 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 }