PR c++/55137
[official-gcc.git] / gcc / testsuite / g++.dg / init / ref7.C
blob0832069e32ce643164e4bd968d35081006926369
1 class hop
3 public:
4     hop operator* () const;
5 };
6 int main(void)
8     const hop &x = *x;