Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  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.