blob: 0b3346c4ef37015a2c8d13d4507e77ab3f106473 [file] [log] [blame]
// { dg-do assemble }
// GROUPS niklas uncaught default-construct
struct A { A (int); };
struct B : A {}; // { dg-message "note" "" { target c++17_down } } without ctor // ERROR - candidates
void f () { B (0); }// { dg-error "match" "" { target c++17_down } } .*