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