diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34525-sp_paren_brace.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34525-sp_paren_brace.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34525-sp_paren_brace.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34525-sp_paren_brace.cpp deleted file mode 100644 index febfb72d..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34525-sp_paren_brace.cpp +++ /dev/null @@ -1,18 +0,0 @@ -void *stopper_for_apply = (int[]) {0}; -// ^ here - -template<typename T, typename U> -auto add(T t, U u) -> decltype(t + u) { -// ^ here - return t + u; -} - -void f()noexcept() { -// ^ here -} - -#define FOO5(x) for(;;) (!(x)) { *(volatile int*)0 = 1; } -// ^ here - -(struct foo) {...} -// ^ here |