summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30142-Issue_3915.cpp
blob: 4bf4121289261802afccfc86a3d534a2d76625c8 (plain)
1
2
3
4
5
6
7
8
9
void
foo(Foo const & f)
{
	auto bar = Bar(f);
	if (bar.something) {
		assert(bar.something_else == 1);
	}
}