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