repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
dso_handle2.C
blob
b219dc0261121195e5d131bb9cc855af211e6cba
1
// PR c++/58846
2
// { dg-options "-fuse-cxa-atexit" }
3
4
extern "C" { char* __dso_handle; }
5
6
struct A
7
{
8
~A();
9
};
10
11
A a; // { dg-error "conflicting declaration" }