aboutsummaryrefslogtreecommitdiff
path: root/examples/cmake_relpath/proto/sub/unlucky.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cmake_relpath/proto/sub/unlucky.proto')
-rw-r--r--examples/cmake_relpath/proto/sub/unlucky.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/cmake_relpath/proto/sub/unlucky.proto b/examples/cmake_relpath/proto/sub/unlucky.proto
new file mode 100644
index 0000000..97a42c9
--- /dev/null
+++ b/examples/cmake_relpath/proto/sub/unlucky.proto
@@ -0,0 +1,5 @@
+syntax = "proto2";
+
+message UnluckyNumber {
+ required uint32 number = 1;
+}