Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
[deliverable/linux.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 }
This page took 0.030277 seconds and 5 git commands to generate.