*** empty log message ***

This commit is contained in:
hyung-hwan 2006-10-27 13:53:01 +00:00
parent 04cb899351
commit 8094a78543
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: run.c,v 1.246 2006-10-27 13:49:43 bacon Exp $
* $Id: run.c,v 1.247 2006-10-27 13:52:25 bacon Exp $
*/
#include <ase/awk/awk_i.h>

View File

@ -1,8 +1,10 @@
main ()
#main ()
{
#print (("%f", 1.0));
print (10) + 20;
#print (("%f", 1.0)); # syntax error
print ((((10) + 20)));
#print ("%f", 1.0);
print ((10) + 20, 50);
}
BEGIN {