xref: /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t (revision 6fb12b7054efc6b436584db6cef9c2f85c0d7e27)
1#!/usr/bin/perl
2use strict;
3use warnings;
4$| = 1;
5use Test::More qw(no_plan); # tests =>  7;
6use ExtUtils::ParseXS::Utilities qw(
7    analyze_preprocessor_statements
8);
9
10#      ( $self, $XSS_work_idx, $BootCode_ref ) =
11#        analyze_preprocessor_statements(
12#          $self, $statement, $XSS_work_idx, $BootCode_ref
13#        );
14
15pass("Passed all tests in $0");
16
17
18