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