summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34131-bug_i_1000.cpp
blob: 149353e7c0c4efd0688ceb0ebc8ded4629656501 (plain)
1
2
3
4
5
6
int main()
{
	// Newline inserted between '}' and ')'
	v.push_back({ 2, 3.0 });
	v.push_back({ 2, 3.0 });
}