МР>class A { МР>public: МР> void A() {} МР>};
void FuncA(); void FuncB() { return FuncA(); }
class A { //... }; void FuncB() { return A(); }