blob: c19e9885af772f0fa8417538bd3f4c9a1e5e3c17 [file] [log] [blame]
syntax = "proto3";
import "extensions_a.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 import it in c
message Foo {
option (opt) = "bar";
}