blob: 9865b8ca8e3731c00fe4cc8dfa6f356949a7b9bf [file] [log] [blame]
// Build don't link:
// GROUPS niklas uncaught default-construct
struct A { A (int); };
struct B : A {}; // ERROR - without ctor // ERROR - candidates
void f () { B (0); }// ERROR - .*