2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / pr35313.c
blobe12636e0b708678b4e7a10636bb432968235be29
1 /* Test two failing cases for libcpp parser. From PRs 35313, 36088*/
2 /* { dg-do preprocess } */
3 /* { dg-options "-std=c99 -pedantic-errors" } */
5 extern int x;
7 #if 0 ? 3,4 : 2
8 #endif
10 #if 1 ? 0 : 1 ? 1/0 : 1/0
11 #endif