2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / cmdlne-dU-22.c
blob383a29f85e825b41926255281cb3d412ef40d1a7
1 /* { dg-do preprocess } */
2 /* { dg-options "-P -dU" } */
3 /* { dg-final { scan-file cmdlne-dU-22.i "^\n*#undef AAA\n+AAA is undefined\n+#undef BBB\n+BBB is undefined\n+#undef CCC\n+CCC is undefined\n*$" } } */
4 #ifndef AAA
5 AAA is undefined
6 #endif
8 #ifndef BBB
9 BBB is undefined
10 #endif
12 #ifndef CCC
13 CCC is undefined
14 #endif