index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
llvm
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
python_api
/
get-value-32bit-int
/
main.cpp
blob: 61f40fb2a78ff76984f03f35c952bad8768cff89 (
plain
) (
blame
)
1
2
3
4
5
#include
<cstdint>
int
main
()
{
int32_t
myvar
=
-1
;
return
myvar
;
// break here
}