1 2 3 4 5
void f( int a ) { namespace C { enum { Value }; } const bool ok = ( a & C::Value ) && true; }