summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/c/cmt_multi.c
blob: 8e01c5fc18dca0137844ebbe01eca16e048feccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/************************************************
 * This is a multiline comment.
 * The first and last lines are the same length
 ************************************************/

/****************************************************************************
    A multi-line comment that is broken in two parts.
*//**
    Second part
****************************************************************************/

/****************************************************************************
    A multi-line comment that is broken in two parts.
*/         /**
    Second part
****************************************************************************/