Raw File
test-libperl.c
#include <EXTERN.h>
#include <perl.h>

int main(void)
{
	perl_alloc();

	return 0;
}
back to top