blob: 9dc6fc3734984ba3523b8445bb7dba872f5ec368 [file] [log] [blame]
#ifndef THIRD_PARTY_PROTOBUF_EDITIONS_DEFAULTS_TEST_EMBEDDED_HEX_ARRAY_H_
#define THIRD_PARTY_PROTOBUF_EDITIONS_DEFAULTS_TEST_EMBEDDED_HEX_ARRAY_H_
#include <cstdint>
#include <vector>
// Normally something like this would go into a .cc file, but using a header to
// simplify things.
static const std::vector<uint8_t> kDefaultTestEmbeddedHexArray = {
DEFAULTS_VALUE
};
#endif // THIRD_PARTY_PROTOBUF_EDITIONS_DEFAULTS_TEST_EMBEDDED_HEX_ARRAY_H_