summaryrefslogtreecommitdiff
path: root/test/printhuge.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/printhuge.awk')
-rw-r--r--test/printhuge.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/printhuge.awk b/test/printhuge.awk
new file mode 100644
index 00000000..1de27ecc
--- /dev/null
+++ b/test/printhuge.awk
@@ -0,0 +1,3 @@
+BEGIN {
+ printf("%c\n", sprintf("%c", (0xffffff00+255)))
+}