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

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