106-multiline-hash-if.c revision b8e80941
1#define X(x) x
2#if X(		\
3	1	\
4     )
5int foo();
6#endif
7