class hop
{
public:
    hop operator* () const;
};
int main(void)
{
    const hop &x = *x;
}


syntax highlighted by Code2HTML, v. 0.9.1