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