IB/srp: fix mr allocation when the device supports sg gaps
[linux/fpc-iii.git] / tools / build / feature / test-libperl.c
blob8871f6a0fdb4817e8fd40de71a7db40085e5588f
1 #include <EXTERN.h>
2 #include <perl.h>
4 int main(void)
6 perl_alloc();
8 return 0;