*** empty log message ***

This commit is contained in:
hyung-hwan 2007-03-10 14:44:23 +00:00
parent 9ea63a0b73
commit 0d30d514e2
3 changed files with 8 additions and 0 deletions

1
ase/test/awk/err-017.awk Normal file
View File

@ -0,0 +1 @@
func abc (+) {}

2
ase/test/awk/err-018.awk Normal file
View File

@ -0,0 +1,2 @@
global + ;

5
ase/test/awk/err-019.awk Normal file
View File

@ -0,0 +1,5 @@
BEGIN {
local +;
}