aboutsummaryrefslogtreecommitdiffstats
path: root/test/double1.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/double1.awk')
-rw-r--r--test/double1.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/double1.awk b/test/double1.awk
new file mode 100644
index 00000000..70a6fb65
--- /dev/null
+++ b/test/double1.awk
@@ -0,0 +1,4 @@
+BEGIN {
+ print 9223372036854775808
+ printf("%d\n", 9223372036854775808)
+}