ref: 5a95abf7cc557ebccb3aa80c8ce9679eb82dcaa1 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 }