Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / tests / imports.proto
diff --git a/legacy-libs/grpc/node_modules/protobufjs/tests/imports.proto b/legacy-libs/grpc/node_modules/protobufjs/tests/imports.proto
new file mode 100644 (file)
index 0000000..e604dac
--- /dev/null
@@ -0,0 +1,9 @@
+package My;\r
+\r
+import public "example1.proto";\r
+import "example2.proto";\r
+\r
+message Test3 {\r
+    required Test1 test1 = 1;\r
+    required .Test2 test2 = 2;\r
+}\r