diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/33018-byref-2.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/33018-byref-2.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/33018-byref-2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/33018-byref-2.cpp deleted file mode 100644 index 665cc749..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/33018-byref-2.cpp +++ /dev/null @@ -1,6 +0,0 @@ -int & aa(int & x,int & b); // Sp Before Byref Func, Sp After Byref Func, Sp Before Byref, Sp After Byref -int aa(int & x,int &) // Sp Before Byref, Sp Before Unnamed Byref, Sp After Byref -{ - b = aa(x,b); - c = aa(& y,& d); // Sp Addr -} |