summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/34280-UNI-29935.cpp
blob: 8b13bd9c9b734ef5dd808d304c6a0b2afbd0c865 (plain)
1
2
3
4
5
6
void Foo1(BarType& x, void BarFunc());

void Bar()
{
    void BarFunc2(BarType& x);
}