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