diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_637.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_637.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_637.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_637.c deleted file mode 100644 index 8a86dd25..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/bug_637.c +++ /dev/null @@ -1,16 +0,0 @@ -// test for bug # 637 -void foo(void) -{ -while (1); - while (1); - while (1) ; - while (1) ; - while (1); - if (n) { - while (1); - while (1); - while (1) ; - while (1) ; - while (1); - } -} |