1 namespace {
2   void f();			// { dg-message "never defined" }
3 }
4 
main()5 int main()
6 {
7   f();
8 }
9