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
/
comment_save_if.c
blob
b972d914ebdb8809096e612bbfe722a1343b0fbb
1
// RUN: %clang_cc1 %s -E -CC -pedantic -verify
2
// expected-no-diagnostics
3
4
#if 1
/*bar */
5
6
#endif
/*foo*/
7
8
#if
/*foo*/
defined
/*foo*/
FOO
/*foo*/
9
#if
/*foo*/
defined
/*foo*/
(
/*foo*/
FOO
/*foo*/
)
/*foo*/
10
#endif
11
#endif
12