1class hop
2{
3public:
4    hop operator* () const;
5};
6int main(void)
7{
8    const hop &x = *x;
9}
10