[ERROR]
An illegal type specification was parsed.
struct A {
int i;
};
void f(A::i); // error
Specify a correct type for the parameter.