Separation Generator to a dedicated repo
[apps/low-level-can-service.git] / libs / nanopb / tests / regression / issue_172 / msg_size.c
1 #include "test.pb.h"
2
3 PB_STATIC_ASSERT(testmessage_size >= 1+1+1+1+16, TESTMESSAGE_SIZE_IS_WRONG)
4
5 int main()
6 {
7     return 0;
8 }
9