Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / hidden-class8.C
blobea4e2f1bbdc9b7b4b1d4309df93da36873b5749b
1 // Copyright (C) 2005 Free Software Foundation
2 // Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3 // { dg-do compile }
5 namespace N {
6   class A {
7     friend class B;
8   };
11 class N::B {    // { dg-error "not name a class" }