Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / hidden-temp-class4.C
blob02dc9c3e50faebd7b57217835a209cce940627fc
1 // Copyright (C) 2005 Free Software Foundation
2 // Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3 // { dg-do compile }
5 class A {
6   template <class T> friend class B;
7 };
9 B<int> *b;      // { dg-error "expected" }