blob: e111fff6240e06948c909790655f5da21a0de9c9 [file] [log] [blame]
#include <zlib.h>
int main(void)
{
z_stream zs;
inflateInit(&zs);
return 0;
}