repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
anon7.C
blob
12c1ab2039cc272796d6d18fd05bb94db7d4378c
1
// PR c++/65879
2
3
static struct
4
{
5
void f();
6
struct Inner
7
{
8
void g();
9
};
10
} x;