Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr43879-1_0.C
blob: 710f6adfed9feb9765cd7ccc7061726509f317ba [
file
] [
log
] [
blame
]
struct
A
{
int
*
i
;
A
();
~
A
();
};
static
int
x
=
0
;
A
::
A
()
:
i
(&
x
)
{}
A
::~
A
()
{}