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
/
pr2086.c
blob
d438e879c51c05c7465b87538f936105ee9414c4
1
// RUN: %clang_cc1 -E %s
2
3
#define test
4
#include
"pr2086.h"
5
#define test
6
#include
"pr2086.h"
7
8
#ifdef test
9
#error
10
#endif
11