2 // { dg-do compile { target c++11 } }
3 // { dg-additional-options "-Wno-defaulted-function-deleted" }
10 C1(volatile C1&) = default;
14 C2(const C2&) = default;
18 C3(const volatile C3&) = default;
26 M1(const M1&&) = default;
30 M2(volatile M2&&) = default;
34 M3(const volatile M3&&) = default;