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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
Inputs
/
llvm-windres.h
blob
411ec48a8af9f7a194bfba1714f4d3abdb4b3d9e
1
#ifndef RC_INVOKED
2
#error RC_INVOKED not defined
3
#endif
4
#ifndef _WIN32
5
#error _WIN32 not defined
6
#endif
7
#ifndef __MINGW32__
8
#error __MINGW32__ not defined
9
#endif
10
#define MY_ID 42