blob: d1b41de5dc1a9a734b9f3f386d70add13d0db28e [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14
// Make sure TEST_HAS_ALIGNED_ALLOC (defined by the test suite) and
// _LIBCPP_HAS_ALIGNED_ALLOC (defined by libc++) stay in sync.
#include <__config>
#include "test_macros.h"
#if defined(TEST_HAS_ALIGNED_ALLOC) != defined(_LIBCPP_HAS_ALIGNED_ALLOC)
# error "TEST_HAS_ALIGNED_ALLOC and _LIBCPP_HAS_ALIGNED_ALLOC are out of sync"
#endif