Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / dupimport / main.proto
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/dupimport/main.proto b/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/dupimport/main.proto
new file mode 100644 (file)
index 0000000..fc2c7b5
--- /dev/null
@@ -0,0 +1,11 @@
+package main;\r
+\r
+import "dep1.proto";\r
+import "dep2.proto";\r
+import "common.proto";\r
+\r
+message MainMessage {\r
+    optional main.Dep1 test1 = 1;\r
+    optional main.Dep2 test2 = 2;\r
+    optional main.Common test3 = 3;\r
+}\r