class x{ public: void x::y();}; int main() {}
Standard input is empty
prog.cpp:4:10: error: extra qualification ‘x::’ on member ‘y’ [-fpermissive] void x::y(); ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!