xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bootstrap.t (revision 4e1ee0786f11cc571bd0be17d38e46f635c719fc)
1#!/usr/bin/perl -w
2
3use Test::More tests => 1;
4
5BEGIN {
6  use_ok('Math::BigInt::FastCalc');
7}
8