extensions_b.proto 278 B

123456789101112
  1. syntax = "proto3";
  2. import "extensions_a.proto";
  3. option csharp_namespace = "Google.Protobuf.TestProtos.Extensions";
  4. // This file is used as part of a unit test for issue 6936
  5. // We don't need to use it, we just have to import it in c
  6. message Foo {
  7. option (opt) = "bar";
  8. }