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