Files
clice/test.cpp
2024-08-14 21:44:05 +08:00

15 lines
75 B
C++

#if 1
int x = 1;
#else
int y = 2;
#endif
#ifdef X
int y = 2;
#endif