Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / tests / optional.proto
diff --git a/legacy-libs/grpc/node_modules/protobufjs/tests/optional.proto b/legacy-libs/grpc/node_modules/protobufjs/tests/optional.proto
new file mode 100644 (file)
index 0000000..92fbfc5
--- /dev/null
@@ -0,0 +1,12 @@
+message Test1 {\r
+    optional int32 a = 1;\r
+    optional Test2 b = 2;\r
+}\r
+\r
+message Test2 {\r
+    optional int32 c = 1;\r
+    optional Test3 d = 2;\r
+}\r
+\r
+message Test3 {\r
+}\r