*** empty log message ***
This commit is contained in:
13
ase/test/awk/err-011.awk
Normal file
13
ase/test/awk/err-011.awk
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
func abc (x)
|
||||
{
|
||||
local x;
|
||||
|
||||
x = 20;
|
||||
print x;
|
||||
abc ();
|
||||
}
|
||||
|
||||
BEGIN {
|
||||
abc ();
|
||||
}
|
Reference in New Issue
Block a user