2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / cmdlne-dU-21.c
blobc17a0435ed76cc683f61496706eea69cd8c6c523
1 /* { dg-do preprocess } */
2 /* { dg-options "-P -dU" } */
3 /* { dg-final { scan-file cmdlne-dU-21.i "^\n*hello There\n+#define ASTRING There\n+#define MACROARGS\\(A\\) A\n+#undef BSTRING\n*$" } } */
4 #define ASTRING There
5 #define MACROARGS(A) A
6 MACROARGS(hello) ASTRING
7 #ifdef BSTRING
8 bye
9 #endif