summaryrefslogtreecommitdiff
path: root/test/paramres.awk
blob: e2f18927448790b90d77076f1fc52c836e99216d (plain)
1
2
3
4
5
6
BEGIN { foo() }

function foo(a, FS, q)
{
	print "a =", a
}