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