summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/bug_488.cpp
blob: 382beceda6784a2e7a7a27e8c287b7b96c1da4c8 (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);
}