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
/
functionalities
/
target_var
/
globals.c
blob: 26619284964163eef0aa81f9cf17a5b6e86d6736 (
plain
) (
blame
)
1
2
3
4
5
6
int
i
=
42
;
int
*
p
=
&
i
;
int
main
()
{
return
*
p
;
}