PR middle-end/77674
[official-gcc.git] / gcc / testsuite / g++.dg / warn / anonymous-namespace-4.C
blob7d1e89edf5d33b2c1d97a543599f5f092c2e36a9
1 // PR c++/57137
3 #include "anonymous-namespace-4.h"
5 namespace
7   class NonCloneable;
8   void fn1 ()
9   {
10     is_function_impl < NonCloneable > i;
11   }