ref: 16570e96dac87d60ed54aee8d3ff277923e36b5b 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 }