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