1 2 3 4 5 6 7 8 9
// { dg-do assemble } // prms-id: 4677 struct A { A(double d) { } }; struct B { B(A) { } } bad = 1; // { dg-error "" } B good (1);