Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
operator2.C
blob: 3587311271866273b8a2510f6bc90dfc31e26aee [
file
] [
log
] [
blame
]
// PR c++/28852
// { do-do compile }
struct
A
{
operator
int
&(
int
);
// { dg-error "3:.A::operator int&\\(int\\). must have no arguments" }
};
A a
;
int
&
i
=
a
;
// { dg-error "initialization" }