Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / setarray.proto
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/setarray.proto b/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/setarray.proto
new file mode 100644 (file)
index 0000000..8bbcc32
--- /dev/null
@@ -0,0 +1,7 @@
+message Outer {\r
+    repeated Inner inners = 4;\r
+}\r
+\r
+message Inner {\r
+    required string str = 1;\r
+}\r