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
/
_Pragma-dependency2.c
blob
c178764e5e2ef7f7c17a129b937e64354447e5c9
1
// RUN: %clang_cc1 -E %s -verify
2
3
#define DO_PRAGMA _Pragma
4
DO_PRAGMA
(
"GCC dependency
\"
blahblabh
\"
"
)
// expected-error {{file not found}}
5