Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
defaulted35.C
blob: adf9c82ef01128b050f0160403ad725bdc9c6118 [
file
] [
log
] [
blame
]
// PR c++/53096
// { dg-do compile { target c++11 } }
struct
foo
{
foo
(
foo
&)
=
default
;
foo
&
operator
=(
foo
&)
=
default
;
};