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