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
/
lang
/
cpp
/
bool
/
main.cpp
blob
c70a8cdef695eee301f5e31a864e4cf94b2b3087
1
#include <stdio.h>
2
3
int
main
()
4
{
5
bool
my_bool
=
false
;
6
7
printf
(
"%s
\n
"
,
my_bool
?
"true"
:
"false"
);
// breakpoint 1
8
}