repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Delete invalid assignment statements in do_sendfile
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libperl.c
blob
0415f437eb31805569a7dda715f47c9ae9d17122
1
// SPDX-License-Identifier: GPL-2.0
2
#include <EXTERN.h>
3
#include <perl.h>
4
5
int
main
(
void
)
6
{
7
perl_alloc
();
8
9
return
0
;
10
}