Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / tests / oneof.proto
diff --git a/legacy-libs/grpc/node_modules/protobufjs/tests/oneof.proto b/legacy-libs/grpc/node_modules/protobufjs/tests/oneof.proto
new file mode 100644 (file)
index 0000000..52a618b
--- /dev/null
@@ -0,0 +1,6 @@
+message MyOneOf {\r
+    oneof my_oneof {\r
+        uint32 id = 1;\r
+        string name = 2;\r
+    }\r
+}\r