Commit a6de7040 by Bernd Schmidt Committed by Bernd Schmidt

New testcase

From-SVN: r29871
parent da43a810
Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* compile/991008-1.c: New test.
1999-10-04 Ulrich Drepper <drepper@cygnus.com>
* execute/va-arg-11.c: New test.
......
typedef struct {
int x;
} FILE;
extern void fputs (const char *, FILE *);
int mView;
void foo (FILE * out, int aIndent)
{
if (0 != mView) {
aIndent++;
aIndent--;
{
int __t = aIndent;
while (--__t >= 0)
fputs (" ", out);
}
} {
int __t = aIndent;
while (--__t >= 0)
fputs (" ", out);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment