diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3413.cpp')
| -rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3413.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3413.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3413.cpp deleted file mode 100644 index 80ec8cbc..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3413.cpp +++ /dev/null @@ -1,10 +0,0 @@ -namespace -{ -struct S { void f() {} }; -} - -void FuncCrash(int a = {}) { } -void FuncCrash(int b = int{}) { } -void FuncCrash(int b = int(0)) { } -void FuncCrash(int b = double{0}) { } -void FuncCrash(int b = 0) { } |
