aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/20000519-1.c
blob: 82ab3a268618c9676d4c716c58959c1e853b0a95 (plain)
1
2
3
4
5
6
7
8
9
10
/* Regression test for preprocessor crash.
   Reported by Mathias Froehlich <frohlich@na.uni-tuebingen.de>.  */
/* { dg-do preprocess } */
#define foo

#define __CAT__(a,b,c,d) a##b##c##d
#define CAT(a,b,c,d) __CAT__(a,b,c,d)

#define bar CAT(,foo,bar,)
bar