1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/contrib/awk/test/funsmnam.awk
2000-08-15 10:02:07 +00:00

7 lines
47 B
Awk

function foo( \
foo)
{
print foo
}
{ foo() }