[ERROR]
The friend specifier cannot be used for data declarations.
class A {
friend int a;
};
Remove the friend specifier from the data declaration.