PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / cpp / pr58844-1.c
blob2a2e277b0fcbc6a672ea813d3923a1bb4dd83409
1 /* PR preprocessor/58844 */
2 /* { dg-do compile } */
3 /* { dg-options "-ftrack-macro-expansion=0" } */
5 #define A x######x
6 int A = 1;
7 #define A x######x /* { dg-message "-:previous definition" } */
8 #define A x##x /* { dg-warning "-:redefined" } */