921e5a0eb4
From-SVN: r14840
8 lines
65 B
C
8 lines
65 B
C
main ()
|
|
{
|
|
int i;
|
|
for (i = 100; i >= -1; i--)
|
|
foo ();
|
|
|
|
}
|