Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20160615-1.c
blob: 1865a77ed38c389ed49a3a59622f7e10c57bde9c [
file
] [
log
] [
blame
]
int
a
;
void
bar
(
int
,
unsigned
,
unsigned
);
void
foo
(
unsigned
x
)
{
unsigned
b
=
a
?
x
:
0
;
if
(
x
||
b
)
bar
(
0
,
x
,
b
);
}