Files
clice/tests/Compiler/test.cpp
2024-12-07 16:50:26 +08:00

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