class A {

private: int a;
private: char x;


public:void function1 () {

}


};


Solution
In the example class name 'A' is too short