Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / packed.proto
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/packed.proto b/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/packed.proto
new file mode 100644 (file)
index 0000000..b9ee7a0
--- /dev/null
@@ -0,0 +1,4 @@
+message Message {\r
+    repeated int32 a = 1 [packed = true];\r
+    repeated int32 b = 2;\r
+}\r