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