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