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