(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
20050215-1.c
       1  /* Testcase for memory corruption bug in macro processing.
       2     See PR preprocessor/19077 for details.  */
       3  
       4  /* { dg-do compile } */
       5  /* { dg-options "-g3" } */
       6  #define FOO(a,b,c,d,e) a b c d e \
       7  "                                                                           " \
       8  "                                                                           " \
       9  "                                                                             "
      10  int i;