summaryrefslogtreecommitdiff
path: root/Tests/FindProtobuf/Test/msgs/example.proto
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindProtobuf/Test/msgs/example.proto')
-rw-r--r--Tests/FindProtobuf/Test/msgs/example.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/FindProtobuf/Test/msgs/example.proto b/Tests/FindProtobuf/Test/msgs/example.proto
new file mode 100644
index 000000000..d27262e1d
--- /dev/null
+++ b/Tests/FindProtobuf/Test/msgs/example.proto
@@ -0,0 +1,6 @@
+syntax = "proto2";
+package example.msgs;
+
+message Example {
+ required int32 data = 1;
+}