summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/33182-Issue_2794.cpp
blob: 16de515bae4a206fe3a466285ee2bfa2fc43b860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
int
main()
{
        int i, j, k, l, m, q;

        i = rand();
        k = rand();
        l = rand();
        m = rand();
        j = rand();
        q = i * j + (2 * l) /m - ( 100 * k ) + k * k - i * i + 3000 * j + 1000; /*
                                                                                 * this
                                                                                 * is
                                                                                 * a
                                                                                 * very
                                                                                 * long
                                                                                 * trailing
                                                                                 * c
                                                                                 * comment
                                                                                 */

// the trailing * */ above should be */
}