aboutsummaryrefslogtreecommitdiffstats
path: root/test/printf0.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/printf0.awk')
-rw-r--r--test/printf0.awk5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/printf0.awk b/test/printf0.awk
new file mode 100644
index 00000000..ac8ad3c2
--- /dev/null
+++ b/test/printf0.awk
@@ -0,0 +1,5 @@
+BEGIN {
+ # bwk accepts this silently:
+ printf
+ print "X"
+}