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
/
Frontend
/
undef.c
blob
f539cdce1173e16c04c24e1c5d05c1e46b58e947
1
// RUN: %clang -undef -x assembler-with-cpp -E %s
2
#ifndef __ASSEMBLER__
3
#error
"Must be preprocessed as assembler."
4
#endif