diff options
Diffstat (limited to 'extension/testarg.awk')
-rw-r--r-- | extension/testarg.awk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extension/testarg.awk b/extension/testarg.awk new file mode 100644 index 00000000..4b9eb517 --- /dev/null +++ b/extension/testarg.awk @@ -0,0 +1,6 @@ +BEGIN { + extension("./testarg.so", "dlload") + check_arg(x, a); + check_arg(y, b, z); + check_arg(p, q, r, s); +} |