Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / toplevel.proto
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/toplevel.proto b/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/toplevel.proto
new file mode 100644 (file)
index 0000000..eec948e
--- /dev/null
@@ -0,0 +1,10 @@
+package My;\r
+\r
+enum MyEnum {\r
+    ONE = 1;\r
+    TWO = 2;\r
+}\r
+\r
+message Test {\r
+    required MyEnum num = 1 [default=ONE];\r
+}\r