Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
friend10.C
blob: 16c2e0a7f363d7665e7608a4ceb30bdc44bea3a4 [
file
] [
log
] [
blame
]
// PR c++/19200
namespace
N
{
void
S
();
}
struct
S
{
friend
void
N
::
S
();
};