Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
friend13.C
blob: bec71df37b253cdffcd8ddc82de5c300d29f0301 [
file
] [
log
] [
blame
]
// PR c++/37558
class
Foo
{
friend
class
Bar
;
friend
void
func
(
const
class
Bar
*);
};