ref: 95fc77c94bec1b7e1d3df3abd6706bec795225e0 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 }