Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
ref7.C
blob: 0832069e32ce643164e4bd968d35081006926369 [
file
] [
log
] [
blame
]
class
hop
{
public
:
hop
operator
*
()
const
;
};
int
main
(
void
)
{
const
hop
&
x
=
*
x
;
}