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