Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / tests / proto3.proto
diff --git a/legacy-libs/grpc/node_modules/protobufjs/tests/proto3.proto b/legacy-libs/grpc/node_modules/protobufjs/tests/proto3.proto
new file mode 100644 (file)
index 0000000..9f99fbb
--- /dev/null
@@ -0,0 +1,7 @@
+syntax = "proto3";\r
+\r
+package test;\r
+\r
+message Foo {\r
+  int32 optional_int32 = 1;\r
+}\r