###############################################################################
use Test;
use strict;
{
$| = 1;
chdir 't' if -d 't';
}
eval 'require Math::BigInt::Lite;';
{
# can use Lite, so let bignum try it
# can't get to work a ref(1+1) here, presumable because :constant phase
# already done
}
else
{
print "ok 1 # skipped, no Math::BigInt::Lite\n";
}