aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/init/dso_handle2.C
blob: b219dc0261121195e5d131bb9cc855af211e6cba (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/58846
// { dg-options "-fuse-cxa-atexit" }

extern "C" { char* __dso_handle; }

struct A
{
  ~A();
};

A a;  // { dg-error "conflicting declaration" }