deprecate_old() is not public, and only used within toke.c, so can be static.
[p5sagit/p5-mst-13.2.git] / cpan / ExtUtils-ParseXS / t / XSInclude.xsh
CommitLineData
28892255 1
2# Testing the INCLUDE keyword
3
4int
5include_ok()
6CODE:
7 RETVAL = 1;
8OUTPUT:
9 RETVAL
10