blob: be20cd81eef1ea42a7ea3476988e4b25ca23d15c [file] [log] [blame]
/* { dg-do compile } */
int
foo ()
{
char s0[5] = {0};
char s1[5] = {1};
return __builtin_memcmp (s0, s1, 2);
}