123
void setX(int value){ x = value;//Will it generate an error? If yes then why? }
12345
class a{ int x; public: friend void setX(int); };