*** empty log message ***

This commit is contained in:
2006-07-31 04:25:17 +00:00
parent 913b7dd072
commit abccc489ba
4 changed files with 207 additions and 38 deletions

4
ase/test/awk/t19.awk Normal file
View File

@@ -0,0 +1,4 @@
//BEGIN { nlines="0.345"; }
{ nlines++; }
END { print nlines; }