Sign in
qemu
/
meson
/
869bb7bc423db0bd176eab6d0c8662bfe7be74bf
/
.
/
test cases
/
linuxlike
/
4 extdep static lib
/
lib.c
blob: bbda9aae72eee494c32fd755ec642d43f1b0d924 [
file
] [
log
] [
blame
]
#include
<zlib.h>
int
statlibfunc
(
void
)
{
void
*
something
=
deflate
;
if
(
something
!=
0
)
return
0
;
return
1
;
}