Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5563 serge 1
#define X(x) x
2
#if X(		\
3
	1	\
4
     )
5
int foo();
6
#endif