Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
guard3.C
blob: fd9d00e279677fc6c6f03398934eb3e1ec594140 [
file
] [
log
] [
blame
]
// PR c++/45603
extern
"C"
int
__cxa_guard_acquire
();
struct
A
{
~
A
();
};
A
*
f
()
{
static
A a
;
return
&
a
;
}