diff options
Diffstat (limited to 'test/noparms.awk')
-rw-r--r-- | test/noparms.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/noparms.awk b/test/noparms.awk new file mode 100644 index 00000000..2c7ccc76 --- /dev/null +++ b/test/noparms.awk @@ -0,0 +1 @@ +function x(a, b, c , ,) {} |