test-libperl.c 85 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 #include <EXTERN.h> #include <perl.h> int main(void) { perl_alloc(); return 0; }