aboutsummaryrefslogtreecommitdiffstats
path: root/test/mpfrbigint2.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-27 14:51:46 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-27 14:51:46 +0300
commit4f9eee14c2ec4eafc3af923712c5f48a23d8e58b (patch)
tree745e42493e5534f114e2e559fd7b0391b49efea5 /test/mpfrbigint2.awk
parent8c5752ed884408c41609d3ae471c04afaf1fb40a (diff)
parentda86689ae1669c27f0bf0c975d5e3d1e10058dfd (diff)
downloadegawk-4f9eee14c2ec4eafc3af923712c5f48a23d8e58b.tar.gz
egawk-4f9eee14c2ec4eafc3af923712c5f48a23d8e58b.tar.bz2
egawk-4f9eee14c2ec4eafc3af923712c5f48a23d8e58b.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'test/mpfrbigint2.awk')
-rw-r--r--test/mpfrbigint2.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mpfrbigint2.awk b/test/mpfrbigint2.awk
new file mode 100644
index 00000000..42adefaa
--- /dev/null
+++ b/test/mpfrbigint2.awk
@@ -0,0 +1,3 @@
+BEGIN { print 0x1F12233445566778DFEF + 0 }
+BEGIN { print strtonum("0x1F12233445566778DFEF") }
+{ print $1 + 0 }