1# -*- mode: perl; -*-
2
3use Test::More tests => 1;
4
5BEGIN {
6  use_ok('Math::BigInt::FastCalc');
7}
8