diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/cmt_insert.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/cmt_insert.cpp | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/cmt_insert.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/cmt_insert.cpp deleted file mode 100644 index a5ae87d5..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/cmt_insert.cpp +++ /dev/null @@ -1,45 +0,0 @@ -#include <string> - -class CFoo -{ -CFoo(int arg); -CFoo(char arg) { -} -~CFoo(); -int foo1(int arg); -int foo2(); -int foo3(char ch, int xx) -{ -} -}; - -CFoo::CFoo(int arg) { -} - -CFoo::~CFoo() { -} - -int CFoo::foo1(int arg, int arg2) -{ -} - -int CFoo::foo2() -{ -} - -int CFoo::operator +() -{ -} - -map<string, int> func() -{ - // some codes -} - -int some_func(void) -{ -} - -class some_class_declaration; - -int some_func_declaration(); |