]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/991008-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 991008-1.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/991008-1.c b/gcc/testsuite/gcc.c-torture/compile/991008-1.c
deleted file mode 100644 (file)
index ba668fe..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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);
-    }
-}