qse/ase/cmd/awk/err-013.awk

5 lines
83 B
Awk
Raw Normal View History

function abc (abc)
{
2007-12-27 21:03:41 +00:00
abc (); # invalid as abc is the parameter in this context
}