| //===----------------------------------------------------------------------===// |
| // |
| // 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() |
| { |
| } |