blob: ef3380e2c26ffbffa26f5f62b0768e42f36343bb [file] [log] [blame]
// go/fastpythonproto
namespace google {
namespace protobuf {
namespace python {
// This exists solely to cause a build/link time error when more than one of
// :use_upb_protos, :use_fast_cpp_protos and :use_pure_python are specified
// in a build.;
extern "C" {
// MUST match link_error_pure_python.cc's function signature.
__attribute__((noinline)) __attribute__((optnone)) int
go_SLASH_build_deps_on_multiple_python_proto_backends() {
return 1;
}
} // extern "C"
} // namespace python
} // namespace protobuf
} // namespace google