summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/Issue_3413.cpp
blob: 80ec8cbc14a8d331d46e0a9753933e2d4ba4099b (plain)
1
2
3
4
5
6
7
8
9
10
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) { }