From 1312dcaae63bf956338e5ac67bf0851cc5b5770f Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Mon, 2 Oct 2023 08:27:10 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 570073414 --- .../protobuf/editions/defaults_test_embedded.h.template | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/google/protobuf/editions/defaults_test_embedded.h.template diff --git a/src/google/protobuf/editions/defaults_test_embedded.h.template b/src/google/protobuf/editions/defaults_test_embedded.h.template new file mode 100644 index 0000000000..c42a6e962e --- /dev/null +++ b/src/google/protobuf/editions/defaults_test_embedded.h.template @@ -0,0 +1,6 @@ +#ifndef THIRD_PARTY_PROTOBUF_EDITIONS_DEFAULTS_TEST_EMBEDDED_H_ +#define THIRD_PARTY_PROTOBUF_EDITIONS_DEFAULTS_TEST_EMBEDDED_H_ + +#define DEFAULTS_TEST_EMBEDDED "DEFAULTS_VALUE" + +#endif // THIRD_PARTY_PROTOBUF_EDITIONS_DEFAULTS_TEST_EMBEDDED_H_