~vcs-imports/gawk/master

1
2
3
4
5
6
7
8
BEGIN { foo(0, 1, 2) }

function foo(a, b, c, b, a)
{
	print "a =", a
	print "b =", b
	print "c =", c
}