ref: 8526055dff6cd1c350da84f97de89efa75606ec7 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 }