blob: b219dc0261121195e5d131bb9cc855af211e6cba [file] [log] [blame]
// PR c++/58846
// { dg-options "-fuse-cxa-atexit" }
extern "C" { char* __dso_handle; }
struct A
{
~A();
};
A a; // { dg-error "conflicting declaration" }