You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notepad-plus-plus/lexilla/test/examples/cpp/Bug2245.cxx

14 lines
72 B

int i;
#if 1
i=1;
#
i=2;
#else
i=3;
#endif
i=4;
#elif 1
i=5;
#else
i=6;