Sign in
kunit
/
linux
/
6b839b6cf9eada30b086effb51e5d6076bafc761
/
.
/
tools
/
build
/
feature
/
test-libperl.c
blob: 0415f437eb31805569a7dda715f47c9ae9d17122 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<EXTERN.h>
#include
<perl.h>
int
main
(
void
)
{
perl_alloc
();
return
0
;
}