ref: f2e6c0069b510391b2a309868ed3b049bf95167a 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 }