OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / anon1.C
1 // { dg-do run  }
2 namespace{
3   void f();
4 }
5
6 int main()
7 {
8   f();
9 }
10
11 namespace{
12   void f(){}
13 }