Elliott Hughes | 13da600 | 2025-02-03 10:42:13 -0800 | [diff] [blame] | 1 | // Copyright (C) 2017 The Android Open Source Project |
2 | // SPDX-License-Identifier: BSD-2-Clause | ||||
Elliott Hughes | 21b56eb | 2017-10-20 17:57:17 -0700 | [diff] [blame] | 3 | |
4 | #undef NDEBUG | ||||
5 | |||||
6 | #define NDEBUG | ||||
7 | #include <assert.h> | ||||
8 | #if !defined(assert) | ||||
9 | #error | ||||
10 | #endif | ||||
11 | |||||
12 | #undef NDEBUG | ||||
13 | #include <assert.h> | ||||
14 | #if !defined(assert) | ||||
15 | #error | ||||
16 | #endif |