xref: /aosp_15_r20/external/protobuf/csharp/protos/unittest_issue6936_b.proto (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1syntax = "proto3";
2
3import "unittest_issue6936_a.proto";
4
5package unittest_issues;
6
7option csharp_namespace = "UnitTest.Issues.TestProtos";
8
9// This file is used as part of a unit test for issue 6936
10// We don't need to use it, we just have to import it in "unittest_issue6936_c.proto"
11
12message Foo {
13    option (opt) = "foo";
14}