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
/
pr51957-1.h
blob
cfafb2cc57ea714335f235cf3689fd7f7a302666
1
union
R
{
int
c
;
union
R
*
p
; };
2
extern
union
R
*
w
[];
3
typedef
struct
{
int
t
; }
T
;
4
typedef
struct
{
void
*
u
; }
U
;
5
union
R
*
fn1
(
void
);
6
void
fn2
(
int
,
const char
*,
union
R
*);
7
void
fn3
(
void
);
8
int
fn4
(
union
R
*);
9
void
foo
(
U
*
x
);