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
/
posix_spawn
/
x86_64.c
blob
992da02fba621b81417c9df399a2b9c7f731eb39
1
#include <stdio.h>
2
int
main
() {
3
printf
(
"slice: x86_64
\n
"
);
4
return
0
;
5
}