summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/31593-sf593.cpp
blob: 2d4499e6507ee6d2b34ba70f37dc60acfb809c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
typedef boost::shared_ptr < RatherLongClassName > sp_RatherLongClassName_t;
int main()
{
	int argument = 1;
	sp_RatherLongClassName_t ratherLongVariableName1(new RatherLongClassName(argument,
	        argument, argument));

	int the_result = a_very_long_function_name_taking_most_of_the_line(argument,
	                argument, argument);
	return 0;
}