fixed lots of warnings in testprograms
[libfirm] / ir / be / test / dowhile.c
index 4e962ab..0c51be8 100644 (file)
@@ -10,6 +10,8 @@ int main()
                ++i;
                if(i < 5)
                        continue;
+               putchar('.');
+               i = 0;
        } while(*++p != 0);
 
        return 0;