summaryrefslogtreecommitdiff
path: root/test/lc_num1.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/lc_num1.awk')
-rw-r--r--test/lc_num1.awk4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lc_num1.awk b/test/lc_num1.awk
new file mode 100644
index 00000000..c982a146
--- /dev/null
+++ b/test/lc_num1.awk
@@ -0,0 +1,4 @@
+# Bug reported by Ulrich Drepper.
+BEGIN {
+ printf("%'d %d\n", 1000000, 1000000)
+}