diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-do.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-do.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-do.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-do.c deleted file mode 100644 index 1cefd1df..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/c/vb-do.c +++ /dev/null @@ -1,22 +0,0 @@ - -struct beef a = -{ - 1, 2, 3 -}; - -void get_name(void) -{ - int _ = 3; - do - a--; - while (a); - - while (a) //something - a--; - - do - while (a) //something - a--; - while (b--); -} - |