summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30090-bug_488.cpp
blob: 268d5ba4d665d119fed295fbdf9375c57cc1a976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
void baz()
{
        foobar= bar[a + b + (c
            + d)];

        foobar = bar(a + b + (c +
            +d));

        foo = bar[a] + b + qux(c +
            +d);
}