1 #include "test.pb.h" 2 3 PB_STATIC_ASSERT(testmessage_size >= 1+1+1+1+16, TESTMESSAGE_SIZE_IS_WRONG) 4 main()5int main() 6 { 7 return 0; 8 } 9 10
1 #include "test.pb.h" 2 3 PB_STATIC_ASSERT(testmessage_size >= 1+1+1+1+16, TESTMESSAGE_SIZE_IS_WRONG) 4 main()5int main() 6 { 7 return 0; 8 } 9 10