summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/strtod.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/strtod.awk')
-rw-r--r--contrib/awk/test/strtod.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/awk/test/strtod.awk b/contrib/awk/test/strtod.awk
new file mode 100644
index 0000000..27df8a4
--- /dev/null
+++ b/contrib/awk/test/strtod.awk
@@ -0,0 +1 @@
+{ x = "0x" $1 ; print x, x + 0 }
OpenPOWER on IntegriCloud