2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 991008-1.c
blobba668fe25b2c77890adccdded2764013f7ae9ee2
1 typedef struct {
2 int x;
3 } FILE;
4 extern void fputs (const char *, FILE *);
6 int mView;
7 void foo (FILE * out, int aIndent)
9 if (0 != mView) {
10 aIndent++;
11 aIndent--;
13 int __t = aIndent;
14 while (--__t >= 0)
15 fputs (" ", out);
18 } {
19 int __t = aIndent;
20 while (--__t >= 0)
21 fputs (" ", out);