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
/
ubsan
/
basic
/
main.c
blob: 4991fc074d09d9f752bfe287e9d5babb1b683245 (
plain
) (
blame
)
1
2
3
4
int
main
()
{
int
data
[
4
];
return
*
(
int
*
)(((
char
*
)
&
data
[
0
])
+
2
);
// align line
}