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
/
print_line_count.c
blob
6ada93b24c49be927cc788dfbe58aaf0ae59490a
1
/* RUN: %clang -E -C -P %s | FileCheck --strict-whitespace %s
2
PR2741
3
comment */
4
y
5
// CHECK: {{^}} comment */{{$}}
6
// CHECK-NEXT: {{^}}y{{$}}
7