summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/ns17.C
blob: 2357c5f01f9a3c838bc4e87854b4a628d983869a (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
{
}