1 //===----------------------------------------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // UNSUPPORTED: no-threads
14 // Test that <thread> provides all of the arithmetic, enum, and pointer
15 // hash specializations.
20 #include "poisoned_hash_helper.h"
22 #include "test_macros.h"
24 int main(int, char**) {
25 test_library_hash_specializations_available();
27 test_hash_enabled_for_type
<std::thread::id
>();