blob: 35890723fe095e64ec47b9f62a195bc9a8f5706e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/usr/bin/perl -w
###############################################################################
use Test;
use strict;
BEGIN
{
plan tests => 26;
}
use bigint;
require "t/infnan.inc";
|