#include import std; int main() { google::protobuf::Arena arena; std::println("protobuf ok: arena size {}", arena.SpaceUsed()); return 0; }