*** empty log message ***

This commit is contained in:
hyung-hwan 2006-11-16 06:30:51 +00:00
parent e07442036a
commit 7f8d858030

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

@ -0,0 +1,5 @@
BEGIN {
CONVFMT="%s";
printf "%s", sprintf ("abc %s abc\n", sprintf ("def %s %s", sprintf ("xyz %s xyz", 1.2342), "def"));
}