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
/
Misc
/
emit-html-insert.c
blob
289c28a5c6d72b2bd7ab64b30030c9a6de76542d
1
// RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
2
3
int
a
(
int
x
) {
return
x
4
<
10
; }