summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30960-Issue_2151.cpp
blob: d0ee05d21a5341f8a84ac0ace5f310e92ad052d1 (plain)
1
2
3
4
5
void f( int a )
{
	namespace C { enum { Value }; }
	const bool ok = ( a & C::Value ) && true;
}