1 // { dg-do compile { target c++11 } }
5 A () : A(0), j(0) { } // { dg-error "constructor delegation" }
11 B () : i(0), B(0) { } // { dg-error "constructor delegation" }
12 B (int _j) : j(_j) { }
20 D (float) : D(), C() { } // { dg-error "constructor delegation" }
21 D (float, float): C(), D() { } // { dg-error "constructor delegation" }