*** empty log message ***

This commit is contained in:
2006-11-26 14:41:23 +00:00
parent cac8f41ec1
commit 2bf83484d8
3 changed files with 26 additions and 1 deletions

5
ase/test/awk/crash05.awk Normal file
View File

@ -0,0 +1,5 @@
BEGIN {
a = (((((10+20)))));
b = (((((((((((((((((((10+20)))))))))))))))))));
c = ((((((((((((((((((((((((((((10 + 20))))))))))))))))))))))))))));
}