DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / input / cpp / uniform_initialization.cpp
123456789
void whatever() { SomeStruct a = SomeStruct{1, 2, 3}; someFuncCall(SomeStruct{4, 5, 6}); } namespace foo { int bar(); };