1// glcpp-args: --disable-line-continuations
2
3// This comments ends with a backslash \\
4#define NO_CONTINUATION
5
6#ifdef NO_CONTINUATION
7success
8#else
9failure
10#endif
11
12
13
14