blob: 2c90dd6418136966ad283806b15d079f3a68820a [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
// <experimental/type_traits>
#include <experimental/type_traits>
#if _LIBCPP_STD_VER > 11
# ifndef _LIBCPP_TYPE_TRAITS
# error "<experimental/type_traits> must include <type_traits>"
# endif
#endif
int main()
{
}