MOS Source Code
Loading...
Searching...
No Matches
dummy.c
Go to the documentation of this file.
1/* Just test that the file can be compiled successfully. */
2
3#include "messages2.pb.h"
4
5int main()
6{
7 PB_STATIC_ASSERT(MESSAGES2_PB_H_MAX_SIZE == xmit_size, INCORRECT_MAX_SIZE);
8 return xmit_size;
9}
10
int main()
Definition dummy.c:5
#define PB_STATIC_ASSERT(COND, MSG)
Definition pb.h:186