index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
friend13.C
blob: bec71df37b253cdffcd8ddc82de5c300d29f0301 (
plain
)
1
2
3
4
5
6
// PR c++/37558
class
Foo
{
friend
class
Bar
;
friend
void
func
(
const
class
Bar
*
);
};