repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
hidden-class7.C
blob
f681cd649f1e3cf07aedc74306cf9313654aa46f
1
// Copyright (C) 2005 Free Software Foundation
2
// Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3
// { dg-do compile }
4
5
class A {
6
friend class B;
7
};
8
9
class C {
10
friend class B;
11
};
12
13
B *b; // { dg-error "expected" }