summaryrefslogtreecommitdiff
path: root/extension/testarg.awk
blob: 4b9eb5170e9f0837ada3f9d4b80e926a7875b6a4 (plain)
1
2
3
4
5
6
BEGIN {
        extension("./testarg.so", "dlload")
        check_arg(x, a);
        check_arg(y, b, z);
        check_arg(p, q, r, s);
}