9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
|
#pragma GCC system_header
|
||
|
|
|
||
|
|
#ifndef _LIBCXX_CASSERT
|
||
|
|
#define _LIBCXX_CASSERT
|
||
|
|
|
||
|
|
#include <assert.h>
|
||
|
|
|
||
|
|
#endif // _LIBCXX_CASSERT
|