summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34350-indent_comma_brace_glob.cpp
blob: 0e475aa47f17335d9d3949ab7b7dd145d2e864d5 (plain)
1
2
3
4
5
6
7
#include <string>

extern char* externBufferWithAVeryLongName;
extern unsigned int externBufferSizeWithLongName;

std::string foo{ externBufferWithAVeryLongName
               , externBufferSizeWithLongName };