Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
lldb
/
test
/
API
/
python_api
/
get-value-32bit-int
/
main.cpp
blob: 61f40fb2a78ff76984f03f35c952bad8768cff89 [
file
] [
log
] [
blame
]
#include
<cstdint>
int
main
()
{
int32_t
myvar
=
-
1
;
return
myvar
;
// break here
}