aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/ns17.C
blob: 8d1fdd7e2ac58c7ab89f01f4043abc38c0970b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Build don't link:
namespace foo
{
  class c
  {
  };
};

int
foo::c:fn ()  // ERROR - syntax error
{
}