blob: 4583b64e3afc925e31957b289df977ad540674ec [file] [log] [blame]
// { dg-do compile { target c++14 } }
struct A { };
struct B
{
A a;
constexpr B& operator=(const B&) = default;
};