summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/Issue_2794.cpp
blob: 03f2ae4c29d3e663bf5f2bd623acd5687cbbd82a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */
}