Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into...
[sfrench/cifs-2.6.git] / tools / build / feature / test-libperl.c
1 #include <EXTERN.h>
2 #include <perl.h>
3
4 int main(void)
5 {
6         perl_alloc();
7
8         return 0;
9 }