blob: 0832069e32ce643164e4bd968d35081006926369 [file] [log] [blame]
class hop
{
public:
hop operator* () const;
};
int main(void)
{
const hop &x = *x;
}