Home | History | Annotate | Download | only in tests
      1 #define X(x) x
      2 #if 0
      3 #elif X(	\
      4 	1	\
      5        )
      6 int foo();
      7 #endif
      8