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