Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 1
// This comment continues to the next line, hiding the define \
2
#define CONTINUATION_UNSUPPORTED
3
 
4
#ifdef CONTINUATION_UNSUPPORTED
5
failure
6
#else
7
success
8
#endif
9