Sign in
kunit
/
linux
/
d47d88361feea2ce11f39bd70467ffc19a61d2d3
/
.
/
tools
/
build
/
feature
/
test-libperl.c
blob: 8871f6a0fdb4817e8fd40de71a7db40085e5588f [
file
]
#include
<EXTERN.h>
#include
<perl.h>
int
main
(
void
)
{
perl_alloc
();
return
0
;
}