1 // PR c++/57137
2 
3 #include "anonymous-namespace-4.h"
4 
5 namespace
6 {
7   class NonCloneable;
fn1()8   void fn1 ()
9   {
10     is_function_impl < NonCloneable > i;
11   }
12 }
13