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