*** empty log message ***

This commit is contained in:
2007-03-06 13:19:28 +00:00
parent 7af37961ac
commit fe9e12f34c
4 changed files with 25 additions and 45 deletions

7
ase/test/awk/err-014.awk Normal file
View File

@ -0,0 +1,7 @@
BEGIN {
local a;
a = 21;
print a > 20? 1 2;
}

3
ase/test/awk/err-015.awk Normal file
View File

@ -0,0 +1,3 @@
BEGIN {
substr = 20;
}