Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr37387.c
blob: d338933e6ec134f164d17b23ed8e93fd05ac7b56 [
file
] [
log
] [
blame
]
typedef
long
int
Int
;
void
FuncMakeConsequencesPres
(
long
*
objDefs1
)
{
long
a
=
(
long
)
objDefs1
;
int
c
=
a
&
0x01
;
int
b
=
0
;
if
(!
(
13
<=
(
c
?
0
:
(((
int
)
objDefs1
&
0x02
)
?
0
:
*
objDefs1
))
&&
b
<=
0
))
ErrorQuit
();
}