21 lines
110 B
C++
21 lines
110 B
C++
#define name 1
|
|
|
|
#if name
|
|
|
|
|
|
|
|
int x = 1;
|
|
|
|
#elif [[$s]]name
|
|
|
|
int x = 1;
|
|
|
|
#else
|
|
|
|
int x = 1;
|
|
|
|
#endif
|
|
|
|
#undef name
|
|
|