Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
hidden-temp-class1.C
blob: 8cdb235e8fcff88d1d7ade12ab65c61f93479650 [
file
] [
log
] [
blame
]
// Copyright (C) 2005 Free Software Foundation
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
// { dg-do compile }
class
A
{
template
<
class
T
>
friend
class
B
;
B
<int>
*
b
;
// { dg-error "type|expected" }
};