OSDN Git Service

New test case.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / ns17.C
1 //Build don't link:
2 namespace foo
3 {
4   class c
5   {
6   };
7 };
8
9 int
10 foo::c:fn ()  // ERROR - syntax error
11 {
12 }
13