blob: f7099028710d7b8d11617d2c26017e8d04e8a5d4 [file] [log] [blame]
// { dg-options -std=c++0x }
struct Explicit {
Explicit() = default; // Line 2
explicit Explicit(const Explicit&){}
} ex;
auto ex2(ex); // Line 6