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 
10