summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/comment-align-multiline.cpp
blob: 73dab5eca8c2772722387023beccdea581469d6a (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
*/
}