OSDN Git Service

2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / pr36320.c
1 /* PR 36320 - #elif still requires valid expression.  */
2
3 /* { dg-do preprocess } */
4
5 int z;
6 #if 1
7 #elif   /* { dg-error "with no expression" } */
8 #endif