Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr51957-1.h
blob: cfafb2cc57ea714335f235cf3689fd7f7a302666 [
file
] [
log
] [
blame
]
union
R
{
int
c
;
union
R
*
p
;
};
extern
union
R
*
w
[];
typedef
struct
{
int
t
;
}
T
;
typedef
struct
{
void
*
u
;
}
U
;
union
R
*
fn1
(
void
);
void
fn2
(
int
,
const
char
*,
union
R
*);
void
fn3
(
void
);
int
fn4
(
union
R
*);
void
foo
(
U
*
x
);