OSDN Git Service

* gcc.dg/cpp/cmdlne-dD-M.c: Fix test for makefile rule and remove
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / pr30805.c
1 /* PR preprocessor/30805 - ICE while token pasting.  */
2 /* { dg-do preprocess } */
3 /* { dg-options "-std=gnu89" } */
4
5 #define A(x,...) x##,##__VA_ARGS__
6 A(1)