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