xref: /aosp_15_r20/external/nanopb-c/tests/message_sizes/dummy.c (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
1 /* Just test that the file can be compiled successfully. */
2 
3 #include "messages2.pb.h"
4 
main()5 int main()
6 {
7     return xmit_size;
8 }
9 
10