aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/php/tests/proto/test_import_descriptor_proto.proto
blob: 2a19940dece050b4688ffbc6ad6c588da1ac6114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax = "proto3";

import "google/protobuf/descriptor.proto";

message TestImportDescriptorProto {
  extend google.protobuf.MethodOptions {
    int32 a = 72295727;
  }
}

extend google.protobuf.MethodOptions {
  int32 a = 72295728;
}