macro_paste_c_block_comment.c 271 B

123456789
  1. // RUN: %clang_cc1 %s -Eonly -verify
  2. // expected-error@9 {{EOF}}
  3. #define COMM / ## *
  4. COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
  5. // Demonstrate that an invalid preprocessing token
  6. // doesn't swallow the rest of the file...
  7. #error EOF