Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr32169.c
blob: 29d3022df7395ba490294c782d894b284a852e2f [
file
] [
log
] [
blame
]
void
f
(
char
);
static
inline
void
*
__memset_generic
(
char
c
)
{
f
(
c
);
}
int
prepare_startup_playback_urb
(
int
b
,
int
c
)
{
char
d
;
if
(
b
)
__memset_generic
(
c
==
(
1
)
?
0x80
:
0
);
else
__memset_generic
(
c
==
(
1
)
?
0x80
:
0
);
}