class A
{
int a;
public:
f()const
a++;
}
};
static void f(){a++;}
class C
const int x=2;
static int c=3;