summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/bug_1395.cpp
blob: 00694ce9f12e8002bd97f3a80919e93a327d62d8 (plain)
1
2
3
4
5
Type tmp = call_function(getObj().x,
                getObj().y,
        getObj().z,
                                     getObj().w);
getObj().result = tmp;