This commit is contained in:
4
ase/cmd/awk/err-013.awk
Normal file
4
ase/cmd/awk/err-013.awk
Normal file
@ -0,0 +1,4 @@
|
||||
function abc (abc)
|
||||
{
|
||||
abc (); # invalid as abc is the parameter in this context
|
||||
}
|
Reference in New Issue
Block a user