repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
friend10.C
blob
16c2e0a7f363d7665e7608a4ceb30bdc44bea3a4
1
// PR c++/19200
2
3
namespace N {
4
void S();
5
}
6
7
struct S {
8
friend void N::S();
9
};