blob: 83d5ddf681ba167d32459481621358ed0cff8398 [file] [log] [blame]
// glcpp-args: --disable-line-continuations
// This comments ends with a backslash \\
#define NO_CONTINUATION
#ifdef NO_CONTINUATION
success
#else
failure
#endif