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