Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tnguy
/
next-queue
/
7e0d4c111369ed385ec4aaa6c9c78c46efda54d0
/
.
/
tools
/
build
/
feature
/
test-zlib.c
blob: da6c35794b93f96b9e811bc2675d4c91d09004c5 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<zlib.h>
int
main
(
void
)
{
z_stream zs
;
inflateInit
(&
zs
);
return
0
;
}