* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr40291.c
blobd50bbee66080245e7efdc36dcf0bebe8a18fe9a0
1 /* PR middle-end/40291 */
3 int
4 foo (void *x, char *y, unsigned long long z)
6 return memcmp (x, y, z);