1 // { dg-options "-Wmissing-declarations" }
3 void fn1() { } // { dg-warning "no previous declaration" }
5 void fn2() { } // { dg-warning "no previous declaration" }
26 static void cfn2() { }
36 static void sfn2() { }
42 template void tfn1<c>();
45 template<> void tfn1<d>() { }