[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / macro_paste_c_block_comment.c
blobc558be58ee7b35979d7f45c01fe750f680d4d408
1 // RUN: %clang_cc1 %s -Eonly -verify
3 // expected-error@9 {{EOF}}
4 #define COMM / ## *
5 COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
7 // Demonstrate that an invalid preprocessing token
8 // doesn't swallow the rest of the file...
9 #error EOF