*** empty log message ***

This commit is contained in:
2007-03-02 11:41:56 +00:00
parent cbc0fffeb2
commit 866ff735fc
7 changed files with 116 additions and 10 deletions

6
ase/test/awk/err-003.awk Normal file
View File

@ -0,0 +1,6 @@
global abc;
BEGIN {
abc[20] = "abc";
abc = 10;
}