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
/
lang
/
cpp
/
limit-debug-info
/
derived.cpp
blob: 9d773593eb5103cc18a4fef788cc8ad4ab03fb8a (
plain
) (
blame
)
1
2
3
4
5
6
#include
"derived.h"
char
Foo::baz
()
{
return
(
char
)(
x
&
0xff
);
}