blob: ddc82cb5482f0dca203523b7f1533ceca7d230b8 [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.
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11
// <experimental/type_traits>
#include <experimental/type_traits>
#ifndef _LIBCPP_TYPE_TRAITS
# error "<experimental/type_traits> must include <type_traits>"
#endif
int main()
{
}