pebble/third_party/nanopb/tests/message_sizes/dummy.c

10 lines
126 B
C
Raw Permalink Normal View History

/* Just test that the file can be compiled successfully. */
#include "messages2.pb.h"
int main()
{
return xmit_size;
}