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
* ru.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
name-clash8.C
blob
40c487d6a9ae9f0f1f2dbb91078d167df9bcaaf9
1
// PR c++/38278
2
3
struct foo { };
4
void bar();
5
6
struct baz {
7
static foo (bar)();
8
};