diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp new file mode 100644 index 00000000..9da12944 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp @@ -0,0 +1,22 @@ +void f(); +namespace A { +void f2(); +namespace S { +void f3(); +class C +{ +}; +void f4(); +} // namespace S +void f5(); +} // namespace A +void f6(); +namespace E +{ +void f7(); +class D +{ +};; +void f9(); +}; +void f10(); |