[ERROR]
The specified constructor returned a value, or the class name is used for a member.
struct C {
int C(); // error
C(); // ok
};
Do not declare a return type for constructors.