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