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