(root)/
gcc-13.2.0/
libstdc++-v3/
testsuite/
23_containers/
unordered_map/
104174.cc
// { dg-do compile { target c++11 } }
// PR libstdc++/104174 unordered_map<const T, U, H> fails
#include <unordered_map>
std::unordered_map<const int, int, std::hash<int>> m;