C++程序  |  14行  |  167 B

// glcpp-args: --disable-line-continuations

// This comments ends with a backslash \\
#define NO_CONTINUATION

#ifdef NO_CONTINUATION
success
#else
failure
#endif