diff options
Diffstat (limited to 'tests/libcxx/include/cassert')
-rw-r--r-- | tests/libcxx/include/cassert | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/libcxx/include/cassert b/tests/libcxx/include/cassert new file mode 100644 index 00000000..7337b16e --- /dev/null +++ b/tests/libcxx/include/cassert @@ -0,0 +1,23 @@ +// -*- C++ -*- +//===-------------------------- cassert -----------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +/* + cassert synopsis + +Macros: + + assert + +*/ + +#include <__config> +#include <assert.h> + +#pragma GCC system_header |