1#define X(x) x
2#if 0
3#elif X(	\
4	1	\
5       )
6int foo();
7#endif
8