[ERROR]
The specified identifier was not a class/structure or union.
int i;
void main() {
i::f(); // error
}
Use a name of a class/struct/union.