1// This comment continues to the next line, hiding the define \ 2#define CONTINUATION_UNSUPPORTED 3 4#ifdef CONTINUATION_UNSUPPORTED 5failure 6#else 7success 8#endif 9 10