diff options
Diffstat (limited to 'test/let1.ok')
-rw-r--r-- | test/let1.ok | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/let1.ok b/test/let1.ok new file mode 100644 index 00000000..153d9d96 --- /dev/null +++ b/test/let1.ok @@ -0,0 +1,5 @@ +gawk: let1.awk:9: warning: function `f0' called with more arguments than declared +1 +f1 3 +f2 3-8 +b3 3-8 |