This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ParseXS - better support for duplicate ALIASes
[perl5.git] / dist / ExtUtils-ParseXS / t / XSInclude.xsh
CommitLineData
28892255
DG
1
2# Testing the INCLUDE keyword
3
4int
5include_ok()
6CODE:
7 RETVAL = 1;
8OUTPUT:
9 RETVAL
10