Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr59102.c
blob: 495473322a5876296aeeefcd93acf294b13b59de [
file
] [
log
] [
blame
]
int
a
,
b
,
c
,
f
;
struct
S
{
int
f0
;
}
d
,
*
e
;
struct
S
foo
()
{
b
=
c
=
b
||
a
==
0
||
f
%
11
;
return
d
;
}
int
main
()
{
foo
();
if
(
b
);
else
{
struct
S
**
g
=
&
e
;
*
g
=
0
;
*
e
=
foo
();
}
return
0
;
}