Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto19.C
blob: d27d4375d41ca3a0d7f45510687382b33978e3d3 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
struct
Explicit
{
Explicit
()
=
default
;
// Line 2
explicit
Explicit
(
const
Explicit
&){}
}
ex
;
auto
ex2
(
ex
);
// Line 6