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
/
python_api
/
get-value-32bit-int
/
main.cpp
blob
61f40fb2a78ff76984f03f35c952bad8768cff89
1
#include <cstdint>
2
int
main
() {
3
int32_t
myvar
= -
1
;
4
return
myvar
;
// break here
5
}