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