play around with Scintilla and Lexilla
This commit is contained in:
13
3rdparty/lexilla532/lexilla/test/examples/cpp/Bug2245.cxx
vendored
Normal file
13
3rdparty/lexilla532/lexilla/test/examples/cpp/Bug2245.cxx
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
int i;
|
||||
#if 1
|
||||
i=1;
|
||||
#
|
||||
i=2;
|
||||
#else
|
||||
i=3;
|
||||
#endif
|
||||
i=4;
|
||||
#elif 1
|
||||
i=5;
|
||||
#else
|
||||
i=6;
|
Reference in New Issue
Block a user