Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr40291.c
blob: dc37cd776c1608844667e2d1b5e14d37625da7dd [
file
] [
log
] [
blame
]
/* PR middle-end/40291 */
/* { dg-additional-options "-fpermissive" } */
int
foo
(
void
*
x
,
char
*
y
,
unsigned
long
long
z
)
{
return
memcmp
(
x
,
y
,
z
);
}