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