8 lines
64 B
C
8 lines
64 B
C
#define X(x) x
|
|
#if 0
|
|
#elif X( \
|
|
1 \
|
|
)
|
|
int foo();
|
|
#endif
|