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
/cp
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
linkage2.C
blob
97f8ef2fcaa1162624a95ff023f4697038edc8fa
1
// PR c++/65811
2
3
struct foo { int i; };
4
5
static void fn1 ();
6
inline void
7
fn1 ()
8
{
9
static struct foo a[1];
10
}