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