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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr43557-2.c
blob
890e68e158ae076123072b575eda1812c6f863be
1
/* PR debug/43557 */
2
/* { dg-do compile } */
3
4
extern
struct
S g
;
5
6
void
7
f2
(
void
)
8
{
9
&
g
;
10
}