aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.4.0/php/tests/proto/test_import_descriptor_proto.proto
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.4.0/php/tests/proto/test_import_descriptor_proto.proto')
-rw-r--r--third_party/protobuf/3.4.0/php/tests/proto/test_import_descriptor_proto.proto14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/protobuf/3.4.0/php/tests/proto/test_import_descriptor_proto.proto b/third_party/protobuf/3.4.0/php/tests/proto/test_import_descriptor_proto.proto
new file mode 100644
index 0000000000..2a19940dec
--- /dev/null
+++ b/third_party/protobuf/3.4.0/php/tests/proto/test_import_descriptor_proto.proto
@@ -0,0 +1,14 @@
+syntax = "proto3";
+
+import "google/protobuf/descriptor.proto";
+
+message TestImportDescriptorProto {
+ extend google.protobuf.MethodOptions {
+ int32 a = 72295727;
+ }
+}
+
+extend google.protobuf.MethodOptions {
+ int32 a = 72295728;
+}
+