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