summaryrefslogtreecommitdiffstats
path: root/Tests/FindProtobuf/Test/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindProtobuf/Test/main.cxx')
-rw-r--r--Tests/FindProtobuf/Test/main.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/FindProtobuf/Test/main.cxx b/Tests/FindProtobuf/Test/main.cxx
new file mode 100644
index 0000000..87d5c12
--- /dev/null
+++ b/Tests/FindProtobuf/Test/main.cxx
@@ -0,0 +1,8 @@
+#include <google/protobuf/stubs/common.h>
+
+int main()
+{
+ GOOGLE_PROTOBUF_VERIFY_VERSION;
+
+ return 0;
+}