summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30136-Issue_3413.cpp
blob: d465f531867652ebce61c7b77fa1151905bf8f49 (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) { }