ref: 4073bdf9c99a87f68e2f682a5c8925fc96afa4b0 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 }