Sign in
gem5
/
arm
/
linux
/
890da9cf098364b11a7f7f5c22fa652531624d03
/
.
/
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
;
}