blob: 2f3b3c9a5dbf461e6638b568bcecbbbb902b20f0 [file] [log] [blame]
#include<zlib.h>
int statlibfunc() {
void * something = deflate;
if(something != 0)
return 0;
return 1;
}