xref
: /
openbsd
/
gnu
/
usr.bin
/
perl
/
dist
/
ExtUtils-ParseXS
/
t
/
XSInclude.xsh
(revision 09467b48)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
# Testing the INCLUDE keyword
3
4
int
5
include_ok()
6
CODE:
7
RETVAL = 1;
8
OUTPUT:
9
RETVAL
10
11