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