summaryrefslogtreecommitdiff
path: root/dist/bignum/t/bninfnan.t
blob: 674662f8ff924b999b4a62df78d0f25c654da4ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/perl -w

###############################################################################

use Test;
use strict;

BEGIN
  {
  plan tests => 26;
  }

use bignum;

my ($x);

require "t/infnan.inc";