ref: 447e1f5a61eda13456c3fc9c562cd70012ab16d7 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 }