IB/srp: fix mr allocation when the device supports sg gaps
[linux/fpc-iii.git] / tools / build / feature / test-zlib.c
blobe111fff6240e06948c909790655f5da21a0de9c9
1 #include <zlib.h>
3 int main(void)
5 z_stream zs;
7 inflateInit(&zs);
8 return 0;