blob: 14f987147abb803a876edb1af06e0483b4b23678 [file] [log] [blame]
struct A
{
A() = default;
A& operator=(A&&) = default;
A(A&&) = default;
};