xref: /third_party/musl/libc-test/src/api/assert.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/libc-test/src/api/
1570af302Sopenharmony_ci#include <assert.h>
2570af302Sopenharmony_ci#ifndef assert
3570af302Sopenharmony_ci#error no assert
4570af302Sopenharmony_ci#endif
5570af302Sopenharmony_ci
6570af302Sopenharmony_ci#define NDEBUG 1
7570af302Sopenharmony_ci#include <assert.h>
8570af302Sopenharmony_ci#ifndef assert
9570af302Sopenharmony_ci#error no assert
10570af302Sopenharmony_ci#endif
11570af302Sopenharmony_ci
12

Indexes created Thu Nov 07 10:32:03 CST 2024