| // Copyright 2019 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef ZIRCON_SYSTEM_ULIB_C_TEST_DEBUGDATA_H_ | |
| #include <cstdint> | |
| inline constexpr char kTestName[] = "test"; | |
| inline constexpr uint8_t kTestData[] = {0x00, 0x11, 0x22, 0x33}; | |
| #endif // ZIRCON_SYSTEM_ULIB_C_TEST_DEBUGDATA_H_ |