main.cxx 105 B

12345678
  1. #include <google/protobuf/stubs/common.h>
  2. int main()
  3. {
  4. GOOGLE_PROTOBUF_VERIFY_VERSION;
  5. return 0;
  6. }