1 2 3 4 5 6 7
// PR c++/43069 namespace std { template < typename > void swap (); } template std::swap // { dg-error "" }