//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
// MODULES_DEFINES: _LIBCPP_DEBUG=1
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
// MODULES_DEFINES: _LIBCPP_DEBUG=1
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
// MODULES_DEFINES: _LIBCPP_DEBUG=1
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
// UNSUPPORTED: libcpp-no-if-constexpr
// MODULES_DEFINES: _LIBCPP_DEBUG=1
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
// UNSUPPORTED: libcpp-no-if-constexpr
// MODULES_DEFINES: _LIBCPP_DEBUG=1
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
// UNSUPPORTED: libcpp-no-if-constexpr
// MODULES_DEFINES: _LIBCPP_DEBUG=1
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
// UNSUPPORTED: libcpp-no-if-constexpr
// MODULES_DEFINES: _LIBCPP_DEBUG=1
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
// Can't test the system lib because this test enables debug mode
// UNSUPPORTED: with_system_cxx_lib
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
// MODULES_DEFINES: _LIBCPP_DEBUG=0
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: windows
// UNSUPPORTED: libcpp-has-no-threads
// UNSUPPORTED: c++98, c++03
#include <cstdlib>
#include <cassert>
-
#include "debug_mode_helper.h"
int main(int, char**)
//
//===----------------------------------------------------------------------===//
-// UNSUPPORTED: libcpp-no-exceptions
+// UNSUPPORTED: windows
// UNSUPPORTED: libcpp-has-no-threads
// UNSUPPORTED: c++98, c++03