blob: 3a32da9b790a75ca182299564f283a450997d194 [file] [log] [blame]
syntax = "proto3";
import "extensions_a.proto";
import "extensions_b.proto";
option csharp_namespace = "Google.Protobuf.TestProtos.Extensions";
// This file is used as part of a unit test for issue 6936
// We don't need to use it, we just have to load it at runtime
message Bar {
option (opt) = "foo";
Foo foo = 1;
}