Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr40291.c
blob: d50bbee66080245e7efdc36dcf0bebe8a18fe9a0 [
file
] [
log
] [
blame
]
/* PR middle-end/40291 */
int
foo
(
void
*
x
,
char
*
y
,
unsigned
long
long
z
)
{
return
memcmp
(
x
,
y
,
z
);
}