*** empty log message ***
This commit is contained in:
1
ase/test/awk/err-017.awk
Normal file
1
ase/test/awk/err-017.awk
Normal file
@ -0,0 +1 @@
|
||||
func abc (+) {}
|
2
ase/test/awk/err-018.awk
Normal file
2
ase/test/awk/err-018.awk
Normal file
@ -0,0 +1,2 @@
|
||||
global + ;
|
||||
|
5
ase/test/awk/err-019.awk
Normal file
5
ase/test/awk/err-019.awk
Normal file
@ -0,0 +1,5 @@
|
||||
BEGIN {
|
||||
|
||||
local +;
|
||||
|
||||
}
|
Reference in New Issue
Block a user