summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/34191-comment-align-multiline.cpp
blob: db5014811b2c1b704490770cc906d48d879e61aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>

void function()
{
	printf( "Hello World\n" );
	/*
	   output_comment_multi_simple to test replacement of \r\n to \n keep the
	   following \r:
	   //test
	   /// Another comment
	   //end test
	 */
}