ref7.C   [plain text]


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