xref: /aosp_15_r20/external/protobuf/csharp/protos/unittest_issue6936_a.proto (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1*1b3f573fSAndroid Build Coastguard Workersyntax = "proto3";
2*1b3f573fSAndroid Build Coastguard Worker
3*1b3f573fSAndroid Build Coastguard Workerpackage unittest_issues;
4*1b3f573fSAndroid Build Coastguard Worker
5*1b3f573fSAndroid Build Coastguard Workeroption csharp_namespace = "UnitTest.Issues.TestProtos";
6*1b3f573fSAndroid Build Coastguard Worker
7*1b3f573fSAndroid Build Coastguard Worker// This file is used as part of a unit test for issue 6936
8*1b3f573fSAndroid Build Coastguard Worker// We don't need to use it, we just have to import it in both
9*1b3f573fSAndroid Build Coastguard Worker// "extensions_issue6936_b.proto" and "extensions_issue6936_c.proto"
10*1b3f573fSAndroid Build Coastguard Worker
11*1b3f573fSAndroid Build Coastguard Workerimport "google/protobuf/descriptor.proto";
12*1b3f573fSAndroid Build Coastguard Worker
13*1b3f573fSAndroid Build Coastguard Workerextend google.protobuf.MessageOptions {
14*1b3f573fSAndroid Build Coastguard Worker    string opt = 50000;
15*1b3f573fSAndroid Build Coastguard Worker}