// { dg-do run { target c++11 } } // { dg-require-debug-mode "" } // PR libstdc++/114316 #include #include #include int main() { std::set::iterator it{}; VERIFY( std::find(it, it, 0) == it ); return 0; }