Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / nested7.C
blob5dc16a9775633b63ffb54eb71338d4cc8c8f4369
1 // { dg-do assemble  }
2 // Testcase for defining nested types separately.
4 class remote
6   class remote_file;
7 };
9 class remote::remote_file
11 public:
12   ~remote_file();
15 remote::remote_file::~remote_file()