summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/c/02421-cmt_multi.c
blob: 61faac3640ea0af48c0baa51ca30afbb151b981d (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
 ****************************************************************************/