No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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;