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

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