diff options
Diffstat (limited to 'contrib/awk/test/pcntplus.awk')
-rw-r--r-- | contrib/awk/test/pcntplus.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/awk/test/pcntplus.awk b/contrib/awk/test/pcntplus.awk new file mode 100644 index 0000000000000..13999ac480178 --- /dev/null +++ b/contrib/awk/test/pcntplus.awk @@ -0,0 +1 @@ +BEGIN { printf "%+d %d\n", 3, 4 } |