(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
init/
ref7.C
class hop
{
public:
    hop operator* () const;
};
int main(void)
{
    const hop &x = *x;
}