blob: a8095126667f8836ca65ac2fc24aab1cfc1244fe [file] [log] [blame]
// PR c++/25856
struct A; // { dg-error "forward" }
A::~A() {} // { dg-error "incomplete" }