Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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
()
{}