Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / example3.proto
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/example3.proto b/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/example3.proto
new file mode 100644 (file)
index 0000000..2ec5a97
--- /dev/null
@@ -0,0 +1,9 @@
+message Test1 {\r
+  required int32 a = 1;\r
+}\r
+\r
+message Test3 {\r
+  required Test1 c = 3;\r
+}\r
+\r
+// Test3 should encode to "1a 03 08 96 01" with Test1#a=150 \r