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