blob: c6daf777eb9b5bce4252eff0b102320a5b501c02 [file] [log] [blame]
// PR c++/46117
struct A
{
A (typename int); // { dg-error "before|declaration" }
};
struct B : A {};
B b;