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
/
c
/
unicode
/
main.c
blob: ae44dd0edfa82aa7188674da1e705cf43c403698 (
plain
) (
blame
)
1
2
3
4
5
typedef
void
*
foob\u00E1r
;
foob\u00E1r
X
=
0
;
int
main
()
{
return
(
long
)
X
;
}