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]
/
lldb
/
test
/
API
/
macosx
/
format
/
main.c
blob
e35c18be23558a68db35a304a3e92d4caa83bef6
1
#include <assert.h>
2
3
int
main
(
int
argc
,
char
**
argv
) {
4
assert
(
argc
!=
1
);
5
return
0
;
6
}