aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nanopb/tests/message_sizes/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nanopb/tests/message_sizes/dummy.c')
-rw-r--r--third_party/nanopb/tests/message_sizes/dummy.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/nanopb/tests/message_sizes/dummy.c b/third_party/nanopb/tests/message_sizes/dummy.c
new file mode 100644
index 0000000000..767ad463b8
--- /dev/null
+++ b/third_party/nanopb/tests/message_sizes/dummy.c
@@ -0,0 +1,9 @@
+/* Just test that the file can be compiled successfully. */
+
+#include "messages2.pb.h"
+
+int main()
+{
+ return xmit_size;
+}
+