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