repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
macro_paste_c_block_comment.c
blob
c558be58ee7b35979d7f45c01fe750f680d4d408
1
// RUN: %clang_cc1 %s -Eonly -verify
2
3
// expected-error@9 {{EOF}}
4
#define COMM / ## *
5
COMM
// expected-error {{pasting formed '/*', an invalid preprocessing token}}
6
7
// Demonstrate that an invalid preprocessing token
8
// doesn't swallow the rest of the file...
9
#error EOF