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