xref: /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/112-set_cond.t (revision 6fb12b7054efc6b436584db6cef9c2f85c0d7e27)
1#!/usr/bin/perl
2use strict;
3use warnings;
4use Test::More qw(no_plan); # tests =>  7;
5use ExtUtils::ParseXS::Utilities qw(
6    set_cond
7);
8
9pass("Passed all tests in $0");
10