summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/Issue_3550.cpp
blob: bf43f50efaf74e26e3413acd56e3b45deeeb122a (plain)
1
2
3
4
5
6
7
8
9
void foo(a, b)
{
	bool called = false;

	auto callback = [&](float value)
	{
		called = true;
	};
}