diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00136-Issue_4044.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00136-Issue_4044.c | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00136-Issue_4044.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00136-Issue_4044.c deleted file mode 100644 index 88b99686..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00136-Issue_4044.c +++ /dev/null @@ -1,58 +0,0 @@ -int main(void) { - f(1, and_eq.x); - f(1, and.x); - f(1, asm.x); - f(1, atomic_cancel.x); - f(1, atomic_commit.x); - f(1, atomic_noexcept.x); - f(1, bitand.x); - f(1, bitor.x); - f(1, catch.x); - f(1, char16_t.x); - f(1, char32_t.x); - f(1, char8_t.x); - f(1, class.x); - f(1, co_await.x); - f(1, compl.x); - f(1, concept.x); - f(1, const_cast.x); - f(1, consteval.x); - f(1, constinit.x); - f(1, co_return.x); - f(1, co_yield.x); - f(1, decltype.x); - f(1, delete.x); - f(1, dynamic_cast.x); - f(1, explicit.x); - f(1, export.x); - f(1, friend.x); - f(1, mutable.x); - f(1, namespace.x); - f(1, new.x); - f(1, noexcept.x); - f(1, normal.x); - f(1, not_eq.x); - f(1, not.x); - f(1, operator.x); - f(1, or_eq.x); - f(1, or.x); - f(1, private.x); - f(1, protected.x); - f(1, public.x); - f(1, reflexpr.x); - f(1, reinterpret_cast.x); - f(1, requires.x); - f(1, static_cast.x); - f(1, synchronized.x); - f(1, template.x); - f(1, this.x); - f(1, throw.x); - f(1, try.x); - f(1, typeid.x); - f(1, typename.x); - f(1, using.x); - f(1, virtual.x); - f(1, wchar_t.x); - f(1, xor_eq.x); - f(1, xor.x); -} |