*** empty log message ***
This commit is contained in:
parent
9ea63a0b73
commit
0d30d514e2
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 +;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user