(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
cpp/
macro-trace-1.c
       1  /* This token is long enough to require an ad-hoc location. Make sure that
       2     the macro trace still prints properly.  */
       3  #define X "0123456789012345678901234567689" /* { dg-error {expected .* before string constant} } */
       4  X /* { dg-note {in expansion of macro 'X'} } */